home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-20 | 487 b | 30 lines | [TEXT/NSHA] |
-
- echo ' '
- echo 'These are examples of "sfget" and "sfput" commands.'
- echo ' '
- echo 'Type "cat examples" to see this file.'
-
- echo ' '
- echo 'example 1: sfget foo'
- sfget foo
- env foo
- unset foo
-
- echo ' '
- echo 'example 2: sfput foo'
- sfput foo
- env foo
- unset foo
-
- echo ' '
- echo 'example 3: sfget foo -p "this is a prompt"'
- sfget foo -p "this is a prompt"
- env foo
- unset foo
-
- echo ' '
- echo 'example 4: sfput foo -p "this is another prompt"'
- sfput foo -p "this is another prompt"
- env foo
- unset foo
-